home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19950329-19950528 / 000030_news@columbia.edu_Sun Apr 2 18:31:39 1995.msg < prev    next >
Internet Message Format  |  2020-01-01  |  1KB

  1. Received: from apakabar.cc.columbia.edu by watsun.cc.columbia.edu with SMTP id AA26274
  2.   (5.65c+CU/IDA-1.4.4/HLK for <kermit.misc@watsun.cc.columbia.edu>); Sun, 2 Apr 1995 14:31:49 -0400
  3. Received: by apakabar.cc.columbia.edu id AA04387
  4.   (5.65c+CU/IDA-1.4.4/HLK for kermit.misc@watsun); Sun, 2 Apr 1995 14:31:44 -0400
  5. Path: news.columbia.edu!watsun.cc.columbia.edu!fdc
  6. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  7. Newsgroups: comp.protocols.kermit.misc
  8. Subject: Re: how to prevent kermit from converting filenames ?
  9. Date: 2 Apr 1995 18:31:39 GMT
  10. Organization: Columbia University
  11. Lines: 9
  12. Message-Id: <3lmqib$48u@apakabar.cc.columbia.edu>
  13. References: <3lk8f2$cul@news.cs.tu-berlin.de>
  14. Nntp-Posting-Host: watsun.cc.columbia.edu
  15. Apparently-To: kermit.misc@watsun.cc.columbia.edu
  16.  
  17. In article <3lk8f2$cul@news.cs.tu-berlin.de>,
  18. byteshifter <byteshif@cs.tu-berlin.de> wrote:
  19. :when I transfer .emacs it's converted to x.emacs, filenames with more
  20. :than one point in the name got the other points subtituted into x's
  21. :how can I convince kermit to keep to filename ?
  22. :
  23. SET FILE NAMES LITERAL
  24.  
  25. - Frank